ComponentOne FinancialChart for WPF
C1.WPF Namespace / SelectionChangedEventArgs<T> Class / RemovedItems Property



In This Topic
    RemovedItems Property
    In This Topic
    Gets a collection which contains the items that were unselected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RemovedItems As IOrderedSet(Of T)
    'Usage
     
    
    Dim instance As SelectionChangedEventArgs(Of T)
    Dim value As IOrderedSet(Of T)
     
    value = instance.RemovedItems
    public IOrderedSet<T> RemovedItems {get;}
    public:
    property IOrderedSet<T^>^ RemovedItems {
       IOrderedSet<T^>^ get();
    }

    Property Value

    The items that were unselected in this event.
    See Also